UE4 Orthographic view to be like the third person shooter on Unity2019 Community Moderator ElectionChange character model for Third Person Shooter gameUsing FMOD in C++ to create and playback sounds in realtime. (UE4)how to run ue4 Shooter Game example?(UE4) Why does the ue4 basic mannequin not stay connected if i move the bones via blueprintUnreal Engine: Area becomes lit after building the project, without any actual lightingUnreal Engine 4: Adding free roam abilityUE4 with uWebSockets as a third party libIs there any other way of setting up Unreal Engine 4 for Android Without CodeworksHow do I force orbital movement around a point in space, while maintaining forward/backwards capability on a player?UE4 Closest enemy targeting
Turning a hard to access nut?
How can a new country break out from a developed country without war?
The English Debate
Why is this tree refusing to shed its dead leaves?
Exit shell with shortcut (not typing exit) that closes session properly
Help with identifying unique aircraft over NE Pennsylvania
How do researchers send unsolicited emails asking for feedback on their works?
Asserting that Atheism and Theism are both faith based positions
Why is indicated airspeed rather than ground speed used during the takeoff roll?
Is there any common country to visit for uk and schengen visa?
How are passwords stolen from companies if they only store hashes?
Should a narrator ever describe things based on a characters view instead of fact?
Why is "la Gestapo" feminine?
What is it called when someone votes for an option that's not their first choice?
Hackerrank All Women's Codesprint 2019: Name the Product
Single word to change groups
pipe commands inside find -exec?
What kind of footwear is suitable for walking in micro gravity environment?
Symbolism of 18 Journeyers
What (if any) is the reason to buy in small local stores?
Would mining huge amounts of resources on the Moon change its orbit?
Would this string work as string?
Hot air balloons as primitive bombers
is this saw blade faulty?
UE4 Orthographic view to be like the third person shooter on Unity
2019 Community Moderator ElectionChange character model for Third Person Shooter gameUsing FMOD in C++ to create and playback sounds in realtime. (UE4)how to run ue4 Shooter Game example?(UE4) Why does the ue4 basic mannequin not stay connected if i move the bones via blueprintUnreal Engine: Area becomes lit after building the project, without any actual lightingUnreal Engine 4: Adding free roam abilityUE4 with uWebSockets as a third party libIs there any other way of setting up Unreal Engine 4 for Android Without CodeworksHow do I force orbital movement around a point in space, while maintaining forward/backwards capability on a player?UE4 Closest enemy targeting
I am pretty new to UE4 and want to know how to properly set up the camera view from the top of my character like the one demonstrated in the shooter tutorial of the unity practice series.
Question:
How can I set up the angle of view to follow my character?
My current camera setup which isn't working the way I want it to be.
unreal-engine4
add a comment |
I am pretty new to UE4 and want to know how to properly set up the camera view from the top of my character like the one demonstrated in the shooter tutorial of the unity practice series.
Question:
How can I set up the angle of view to follow my character?
My current camera setup which isn't working the way I want it to be.
unreal-engine4
Could you be more specific? What exactly are you missing currently? Also, did you take a look at the UE4 content examples and top-down template?
– TheBrain
Mar 7 at 22:52
add a comment |
I am pretty new to UE4 and want to know how to properly set up the camera view from the top of my character like the one demonstrated in the shooter tutorial of the unity practice series.
Question:
How can I set up the angle of view to follow my character?
My current camera setup which isn't working the way I want it to be.
unreal-engine4
I am pretty new to UE4 and want to know how to properly set up the camera view from the top of my character like the one demonstrated in the shooter tutorial of the unity practice series.
Question:
How can I set up the angle of view to follow my character?
My current camera setup which isn't working the way I want it to be.
unreal-engine4
unreal-engine4
edited Mar 7 at 0:05
Ru Chern Chong
2,12561930
2,12561930
asked Mar 6 at 23:31
Fatih AzFatih Az
1
1
Could you be more specific? What exactly are you missing currently? Also, did you take a look at the UE4 content examples and top-down template?
– TheBrain
Mar 7 at 22:52
add a comment |
Could you be more specific? What exactly are you missing currently? Also, did you take a look at the UE4 content examples and top-down template?
– TheBrain
Mar 7 at 22:52
Could you be more specific? What exactly are you missing currently? Also, did you take a look at the UE4 content examples and top-down template?
– TheBrain
Mar 7 at 22:52
Could you be more specific? What exactly are you missing currently? Also, did you take a look at the UE4 content examples and top-down template?
– TheBrain
Mar 7 at 22:52
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55033831%2fue4-orthographic-view-to-be-like-the-third-person-shooter-on-unity%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55033831%2fue4-orthographic-view-to-be-like-the-third-person-shooter-on-unity%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Could you be more specific? What exactly are you missing currently? Also, did you take a look at the UE4 content examples and top-down template?
– TheBrain
Mar 7 at 22:52