Recreation Growth Stack Trade is a query and reply website for skilled and unbiased recreation builders. It solely takes a minute to enroll.
Anyone can ask a query
Anyone can reply
The most effective solutions are voted up and rise to the highest
Requested
Considered
16 occasions
Solely simply began working with Unreal Engine 5 and I’ve a difficulty had been my BlueprintCallable features should not showing/callable within the blueprint. I dont have the identical problem with Unreal Engine 4.
Unchecking/Checking “Context Delicate” does nothing. I’ve construct the visible studio code in improvement/deployment/editor, compiled UE and restarted editor, restarted visible studio with none luck. What am I lacking for these features to be obtainable in my blueprint?
$endgroup$
Are you making a Blueprint Operate Library?
In that case ensure you declare your features as static members.
UFUNCTION(BlueprintCallable)
static void OpenLobby();
$endgroup$
It’s essential to log in to reply this query.
Not the reply you are in search of? Browse different questions tagged blueprints unreal-5 .
default